home *** CD-ROM | disk | FTP | other *** search
/ The Doom Game Editor / The Doom Game Editor - Wiley 1995.iso / sound / util / doomix / doomix.doc next >
Text File  |  1995-02-23  |  988b  |  36 lines

  1. Doomix(tm) is a public domain program that utilizes Dmaud to replace the
  2. original sounds of the game Doom.
  3.  
  4. Examples:
  5. Extract all sounds from Doom and put them in a directory called ORGSOUND:
  6. (The sounds will be named ORG1.SND through ORG61.SND)  
  7.  
  8.   doomix x -d orgsound
  9.  
  10. Insert sounds 5 to 17 in original order. The original sounds are here presumed
  11. to be stored in the directory \JR\EWING:
  12. (Original sounds must always be namned ORG1.SND through ORG61.SND)
  13.  
  14.   doomix io 5 17 -d \jr\ewing
  15.  
  16. Insert the original sound at position 19, getting it from the directory SOUND:
  17.  
  18.   doomix io 19
  19.  
  20. Insert random sounds at positions 1 to 30, choosing among all WAV-sounds in
  21. the directory BOB:
  22.  
  23.   doomix ir 1 30 -d bob -f *.wav
  24.  
  25. Get help:
  26.  
  27.   doomix h
  28.  
  29. All necessary information can be obtained from the synopsis line in the
  30. built-in help text.
  31.  
  32.  
  33. Authors:    Joakim Aronius            Fredrik Ramsberg
  34. E-mail:     d92joaar@und.ida.liu.se   d91frera@und.ida.liu.se
  35.  
  36.